home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmigaPlus / Tools / Development / AmigaTalk / browser / GeneralClasses next >
Text File  |  2004-01-31  |  2KB  |  54 lines

  1. Object:Object.st:Object
  2.  Class:Class.st:Object
  3.  UndefinedObject:UndefinedObject.st:Object
  4.  Boolean:Boolean.st:Object
  5.   True:True.st:Boolean
  6.   False:False.st:Boolean
  7.  Block:Block.st:Object
  8.  Symbol:Symbol.st:Object
  9.  Magnitude:Magnitude.st:Object
  10.   Number:Number.st:Magnitude
  11.    Integer:Integer.st:Number
  12.    Float:Float.st:Number
  13.    LongInteger:LongInteger.st:Number
  14.   Char:Char.st:Magnitude
  15.   Radian:Radian.st:Magnitude
  16.   Point:Point.st:Magnitude
  17.  Random:Random.st:Object
  18.  Collection:Collection.st:Object
  19.   Bag:Bag.st:Collection
  20.   Set:Set.st:Collection
  21.   KeyedCollection:KeyedCollection.st:Collection
  22.    Dictionary:Dictionary.st:KeyedCollection
  23.     AmigaTalk:AmigaTalk.st:Dictionary
  24.    SequenceableCollection:SequenceableCollection.st:KeyedCollection
  25.     ArrayedCollection:ArrayedCollection.st:SequenceableCollection
  26.      Array:Array.st:ArrayedCollection
  27.       DependentsCollection:DependentsCollection.st:Array
  28.      String:String.st:ArrayedCollection
  29.      ByteArray:ByteArray.st:ArrayedCollection
  30.     Interval:Interval.st:SequenceableCollection
  31.     List:List.st:SequenceableCollection
  32.      Semaphore:Semaphore.st:List
  33.     File:File.st:SequenceableCollection
  34.   Link:Link.st:Collection
  35.  Form:Form.st:Object
  36.  Pen:Pen.st:Object
  37.   FormPen:Pen.st:Pen
  38.    SavePen:Pen.st:FormPen
  39.  ShowPen:Pen.st:Object
  40.  Process:Process.st:Object
  41.  DependencyTransformer:DependencyTransformer.st:Object
  42.  Model:Model.st:Object
  43.   ValueModel:ValueModel.st:Model
  44.    ComputedValue:ComputedValue.st:ValueModel
  45.     BlockValue:BlockValue.st:ComputedValue
  46.    PluggableAdaptor:PluggableAdaptor.st:ValueModel
  47.    ProtocolAdaptor:ProtocolAdaptor.st:ValueModel
  48.     AspectAdaptor:AspectAdaptor.st:ProtocolAdaptor
  49.     IndexedAdaptor:IndexedAdaptor.st:ProtocolAdaptor
  50.      SlotAdaptor:SlotAdaptor.st:IndexedAdaptor
  51.    ValueHolder:ValueHolder.st:ValueModel
  52.     BufferedValueHolder:BufferedValueHolder.st:ValueHolder
  53.  BVHGlobalVar:BufferedValueHolder.st:Object
  54.